Objects Reference

console::step

Prototype

void step(int dt)

Parameters

Parameter Type Description
dt int elapsed time is ms

Return Value

None

Remarks

This function manages the animating of the console (opening and closing). It must be called every frame with the elapsed time for the console to open/close properly.